#include <tile.h>
| key | : The id of the tile | |
| is_walkable | : can a unit may move on this tile ? | |
| is_walkable | : can a breakable block may be placed on this tile ? (protect the unit, on and around, when the game start). | |
| type | : in-game specific tile type |
1.5.4